From 7777720dbf54f01df426c258a6f18402535fe651 Mon Sep 17 00:00:00 2001 From: "kaf24@freefall.cl.cam.ac.uk" Date: Tue, 16 Nov 2004 11:55:31 +0000 Subject: [PATCH] bitkeeper revision 1.1159.174.2 (4199eab3BFgYlgf6yBL0RuSb19gzGA) Fix CONFIG_4KSTACKS kernel config option, and add it do default config. --- linux-2.6.9-xen-sparse/arch/xen/configs/xen0_defconfig | 2 +- linux-2.6.9-xen-sparse/arch/xen/configs/xenU_defconfig | 2 +- linux-2.6.9-xen-sparse/arch/xen/kernel/evtchn.c | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/linux-2.6.9-xen-sparse/arch/xen/configs/xen0_defconfig b/linux-2.6.9-xen-sparse/arch/xen/configs/xen0_defconfig index 44797f293e..1532ab3dfb 100644 --- a/linux-2.6.9-xen-sparse/arch/xen/configs/xen0_defconfig +++ b/linux-2.6.9-xen-sparse/arch/xen/configs/xen0_defconfig @@ -158,7 +158,7 @@ CONFIG_MAGIC_SYSRQ=y # CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_FRAME_POINTER is not set -# CONFIG_4KSTACKS is not set +CONFIG_4KSTACKS=y CONFIG_X86_BIOS_REBOOT=y CONFIG_X86_STD_RESOURCES=y CONFIG_PC=y diff --git a/linux-2.6.9-xen-sparse/arch/xen/configs/xenU_defconfig b/linux-2.6.9-xen-sparse/arch/xen/configs/xenU_defconfig index 1d1ec8135a..24c57a3f50 100644 --- a/linux-2.6.9-xen-sparse/arch/xen/configs/xenU_defconfig +++ b/linux-2.6.9-xen-sparse/arch/xen/configs/xenU_defconfig @@ -119,7 +119,7 @@ CONFIG_HAVE_DEC_LOCK=y CONFIG_EARLY_PRINTK=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_FRAME_POINTER is not set -# CONFIG_4KSTACKS is not set +CONFIG_4KSTACKS=y CONFIG_X86_BIOS_REBOOT=y CONFIG_X86_STD_RESOURCES=y CONFIG_PC=y diff --git a/linux-2.6.9-xen-sparse/arch/xen/kernel/evtchn.c b/linux-2.6.9-xen-sparse/arch/xen/kernel/evtchn.c index 0041caa9bf..9648518ae8 100644 --- a/linux-2.6.9-xen-sparse/arch/xen/kernel/evtchn.c +++ b/linux-2.6.9-xen-sparse/arch/xen/kernel/evtchn.c @@ -467,6 +467,8 @@ void __init init_IRQ(void) { int i; + irq_ctx_init(0); + spin_lock_init(&irq_mapping_update_lock); /* No VIRQ -> IRQ mappings. */ -- 2.30.2